home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 May / EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso / softwareupdate / system / amigados / miscellaneous / examples.doc < prev    next >
Text File  |  1996-10-10  |  388b  |  13 lines

  1. 8  MISCELLANEOUS - EXAMPLES
  2.  
  3. Example 1
  4.   This example demonstrates how to use the IoErr() function.
  5.   It contains a simple but rather useful function which will
  6.   try to give the user some more information about the last
  7.   dos error. Good for debugging!
  8.  
  9. Example 2
  10.   This example demonstrates how to execute "Shell" commands
  11.   from a C program with the help of the "Execute()" function.
  12.  
  13.